func runtime.sysUsed
6 uses
runtime (current package)
arena.go#L1050: sysUsed(unsafe.Pointer(base), userArenaChunkBytes, userArenaChunkBytes)
malloc.go#L2459: sysUsed(unsafe.Pointer(l.mapped), n, n)
mem.go#L89: func sysUsed(v unsafe.Pointer, n, prepared uintptr) {
mheap.go#L1404: sysUsed(unsafe.Pointer(base), nbytes, scav)
mpagealloc_64bit.go#L180: sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
mpagealloc_64bit.go#L230: sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |